home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 …ember: Reference Library / Dev.CD Dec 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Release Notes
Encoding:
Text File  |  1994-10-13  |  2.0 KB  |  37 lines  |  [TEXT/MPS ]

  1. Floating Windows Library Change History (most recent first)
  2.  
  3. Date/Issue    Change
  4. 8/26/94        • dkj - replace #include SysEqu.h with #include LowMem.h
  5. Issue 20    • dkj - Changed GetWindowList and SetWindowList to use LMGetWindowList
  6.               and LMSetWindowList.
  7.             • dkj - Reworked Floater Sample, pulling global definitions out of the 
  8.               header files, moving it to Metrowerks, using precompiled headers, etc.
  9.  
  10. 3/14/94        • Added ValidateWindowList. This routine is a safegaurd to make sure that nothing
  11. Issue 18      else reorders windows behind the application’s back, causing document windows
  12.               to appear in front of floating windows.
  13.             • Added some empty defines to WindowExtensions.h so people without Universal
  14.               header files can compile it.
  15.             • Somewhere between now and September, I had rolled in some fixes Troy
  16.               Gaul made to the code, but I don’t remember when or what.
  17.               
  18. 9/21/93        • Added more comments. Descbribed use of USES68KINLINES and USESROUTINEDESCRIPTORS
  19. Issue 16 (?)  flags in the makefile.
  20.             • Bumped demo version number to 1.0d2 because I forgot to change it for the
  21.               last couple of changes.
  22.               
  23. 9/1/93        • Change SuspendFloatingWindows() so that it starts looking for floating
  24.               windows from the beginning of the window list (GetWindowList()) instead
  25.               of from the first visible window (FrontWindow()).
  26.             • Fixed write to NIL bug in HideReferencedWindow() when there are no
  27.               floating windows, and the front document window is hidden.
  28.             • Fixed GetNewWindowReference so that it really gets the 'WDEF' resource ID
  29.               for the window it’s creating.
  30.               
  31. 8/13/93        • Fixed bug in NewWindowReferenced that prevented document windows from being
  32.               created in front when there are no floating windows.
  33.             • Added WindowIsModal() routine which determines if a window is modal or not.
  34.               Changed ShowReferencedWindow to use this routine.
  35.             • Updated use of UniversalProcPtrs to match PowerPC development.
  36.  
  37. 6/93        • First version.  Released on Bookmark CD accomanying develop issue 15.